Gets the current value for the current selected range.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)

Syntax

C#
protected abstract T GetValue(
	C1TextRange range
)
Visual Basic
Protected MustOverride Function GetValue ( _
	range As C1TextRange _
) As T

Return Value

See Also